home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Game Cracker (Expanded Edition)
/
Game Cracker (Expanded Edition).iso
/
cracks
/
WWF_CRK.ZIP
/
WWF_WIN.BAT
< prev
Wrap
DOS Batch File
|
1999-04-09
|
243b
|
19 lines
@echo off
cls
if not exist wwf.bat goto error
if not exist disk.id goto error2
fakecd .\ /l:d >nul
call wwf.bat
fakecd /u >nul
goto end
:error
echo "WWF.BAT" is missing!
echo.
:error2
echo "disk.id" is missing!
echo.
:end